This event occurs when a document has been moved to another folder.
Syntax
Private Sub AMUIExtension_AfterMove(
ByVal CurrentObject As Object,
ByVal TargetFolder As AMEDM.IAMFolder)
| Name | Description |
|---|---|
|
CurrentObject |
The document (AMDocument object). |
|
TargetFolder |
The folder to which the document was moved. |
Remarks
The equivalent VBScript event is the Move script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.